When the icon size changes, we want to reload themed
icons.
This was showing up as the GtkImage in about dialogs
getting a big size with the same small icon upon
changing -gtk-icon-size in the inspector.
GtkCssStyleChange *change)
{
if (change == NULL ||
- gtk_css_style_change_affects (change, GTK_CSS_AFFECTS_ICON_TEXTURE))
+ gtk_css_style_change_affects (change, GTK_CSS_AFFECTS_ICON_TEXTURE |
+ GTK_CSS_AFFECTS_ICON_SIZE))
{
/* Avoid the queue_resize in gtk_icon_helper_invalidate */
g_clear_object (&self->paintable);